home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000343_news@columbia.edu_Mon Nov 6 08:12:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03970
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 6 Nov 1995 16:08:23 -0500
  3. Received: by apakabar.cc.columbia.edu id AA18780
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 6 Nov 1995 16:08:21 -0500
  5. Path: news.columbia.edu!news.cs.columbia.edu!news.boxhill.com!news.sprintlink.net!usenet.kornet.nm.kr!agate!howland.reston.ans.net!cs.utexas.edu!news.eas.asu.edu!ukma!ukcc.uky.edu!JJSTEP00
  6. From: JJSTEP00@ukcc.uky.edu (Jason Stephenson)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Hangup on receive
  9. Date: Mon, 06 Nov 95 13:12:59 EST
  10. Organization: The University of Kentucky
  11. Lines: 28
  12. Message-Id: <1744EB9DFS86.JJSTEP00@ukcc.uky.edu>
  13. References: <174447818S86.JJSTEP00@ukcc.uky.edu> <47de00$q7a@gateway.dircsa.org.au>
  14. Nntp-Posting-Host: ukcc.uky.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Answering my question,
  18. In article <47de00$q7a@gateway.dircsa.org.au>
  19. arthur@gateway.dircsa.org.au (Arthur Marsh) writes:
  20. >
  21. >Have you tried getting your modem to ignore DTR (&D0), and consulted with Mac
  22. >modem experts on settings, hardware-handshaking cables and the like?
  23.  
  24. I solved this problem over the weekend.  It involves turning off the
  25. "Teleport" INIT that came with my modem.  Seems it does some strange things
  26. when the serial port opens.  I still have other problems with downloading
  27. but have narrowed that down to bad phone lines and crappy modems on the
  28. other end of the connection.  Seems the University has some 9600 baud modems
  29. on the verge of expiration.  Z-Modem doesn't like downloading from other
  30. servers when I dial in to the same modem pool.  Kermit doesn't work, either,
  31. for file transfers if I get a bad modem.  Works great in terminal emulation,
  32. though.
  33.  
  34. I do have one other comment to add concerning the internals of Mac-Kermit:
  35. I was downloading a 4 Meg file the other day (actually got a decent connection)
  36. and when I had about ten minutes of transfer left, my machine locked up.  I
  37. diagnosed the problem to be memory related (stack running into the heap).
  38. This kind of thing happens when to many static variables collide with too
  39. many calls to malloc.  The short term solution is to give MacKermit a huge
  40. (over 1 Meg) partition when you plan to download large files.  The long term
  41. soution is to change the memory allocation scheme in the ckc*.c file[s]
  42. (don't remember which one) to work with the idiosyncracies of Macintosh
  43. memory management.  But that would mean "more #ifdefs galore," to borrow a
  44. line from our fearless leader, FDC.